Prefix Vector specific ids (head-base|page-base|head|panel) with mw- per bug 23597.
[lhc/web/wiklou.git] / skins / vector / experiments / babaco-colors-c.css
1 /* Babaco Color Scheme C */
2
3 /* ridding ourselves of the gradient */
4 #mw-page-base {
5 background-color: inherit !important;
6 background-image: none !important;
7 }
8
9 a:visited,
10 a:visited div.vectorTabs li.selected a:visited span {
11 color: #260e9c;
12 }
13
14 html .thumbimage,
15 #toc, .toc, .mw-warning, div.thumbinner {
16 border-color: #cccccc;
17 background-color: #f7f7f7;
18 }
19
20 /* Framework */
21 body {
22 background-color: #f9f9f9 !important;
23 background-image:url(images/page-base-updated.png);
24 }
25
26 /* Links */
27 a {
28 color: #0000cc;
29 }
30 a:visited {
31 color: #004d99;
32 }
33 a:active {
34 color: #ff6600;
35 }
36 a.stub {
37 color: #56228b;
38 }
39 a.new, #p-personal a.new {
40 color: #a31205 !important;
41 }
42 a.new:visited, #p-personal a.new:visited {
43 color: #a31205;
44 }
45
46 #firstHeading {
47 font-size:1.5em;
48 }
49 h2 .editsection,
50 .portal h5 {
51 font-weight:normal;
52 }
53 #toc h2, .toc h2 {
54 font-weight:normal;
55 }
56 body #mw-panel div.portal div.body {
57 background-image:url(images/new-portal-break-ltr.png);
58 }
59
60 div.vectorTabs li.new a,
61 div.vectorTabs li.new a span,
62 div.vectorTabs li.new a:visited,
63 div.vectorTabs li.new a:visited span {
64 color:#a31205;
65 }
66 #toc,
67 .toc,
68 .mw-warning,
69 div.gallerybox div.thumb,
70 table.gallery,
71 #preferences fieldset.prefsection fieldset,
72 #preferences,
73 html .thumbimage,
74 .usermessage,
75 img.thumbborder,
76 div.thumbinner {
77 border: 1px solid #cccccc;
78 background-color: #f7f7f7;
79 }
80 #mw-panel div.portal h5 {
81 font-weight:bold;
82 margin-bottom:0;
83 padding-bottom:0.05em;
84 color:#000000;
85 }
86 div.vectorTabs li.selected a,
87 div.vectorTabs li.selected a span,
88 div.vectorTabs li.selected a:visited
89 div.vectorTabs li.selected a:visited span {
90 color: #333333 !important;
91 }